#home {
    width: 100%;
    background: #F4F6FB;
    min-width: 1920px;
}

.home-banner {
    width: 100%;
    min-width: 1174px;
    height: 620px;
    position: relative;
    overflow: hidden;
}

.icon-count-wrapper {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 12;
}

.comp_img {
    display: block;
    width: 100%;
    opacity: 0;
    animation-duration: .6s;
}

.banner-item-SmallImg {
    width: 320px;
    height: 400px;
    position: absolute;
    background: url("../../img/product/pro/wpr3.png") no-repeat;
    background-size: cover;
    bottom: 0;
    right: 40px;
    animation-duration: .6s;
}

.banner-item-SmallImg2 {
    width: 281px;
    height: 418px;
    position: absolute;
    background: url("../../img/product/w_c/wc1.png") no-repeat;
    background-size: cover;
    bottom: 0;
    right: 50px;
    animation-duration: .6s;
}

.banner-item-SmallImg3 {
    width: 503px;
    height: 294px;
    position: absolute;
    background: url("../../img/solve/nong/n1.png") no-repeat;
    background-size: cover;
    top: 154px;
    right: 0px;
    animation-duration: .6s;
}

/* @media screen and (max-width: 1174px) {

  .banner-item-center >h2{
    width: 675px;
    font-size: 56px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: 1px;
    color: #ffffff;
    animation-duration: .6s;
    margin-top: 144px;
  }
  .banner-item-center >p{
    background: #fff;
    border-radius: 24px 24px 24px 0px;
    width: 160px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    font-weight: 500;
    color: #2D2C7A;
    text-align: center;
    cursor: pointer;
    animation-duration: .6s;
    animation-delay: .6s;
  }
  .banner-item-center >b{
    width: 440px;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: normal;
    animation-duration: .8s;
    margin: 24px 0;
  }
}
@media screen and (min-width: 1174px) and (max-width: 1900px) {
  .banner-item-center >h2{
    width: 675px;
    font-size: 56px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: 1px;
    color: #ffffff;
    animation-duration: .6s;
    margin-top: 144px;
  }
  .banner-item-center >p{
    background: #fff;
    border-radius: 24px 24px 24px 0px;
    width: 160px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    font-weight: 500;
    color: #2D2C7A;
    text-align: center;
    cursor: pointer;
    animation-duration: .6s;
    animation-delay: .6s;
  }
  .banner-item-center >b{
    width: 440px;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: normal;
    animation-duration: .8s;
    margin: 24px 0;
  }
}
@media screen and (min-width: 1900px){
  .banner-item-center >h2{
    width: 675px;
    font-size: 56px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: 1px;
    color: #ffffff;
    animation-duration: .6s;
    margin-top: 144px;
  }
  .banner-item-center >p{
    background: #fff;
    border-radius: 24px 24px 24px 0px;
    width: 160px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    font-weight: 500;
    color: #2D2C7A;
    text-align: center;
    cursor: pointer;
    animation-duration: .6s;
    animation-delay: .6s;
  }
  .banner-item-center >b{
    width: 440px;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: normal;
    animation-duration: .8s;
    margin: 24px 0;
  }
} */
.icon-count-item {
    display: inline-block;
    width: 120px;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.32);
    /* border-radius: 3px; */
    /* opacity: 0.2; */
    margin-right: 16px;
    cursor: pointer;
}

.icon-count-item:last-of-type {
    margin-right: 0 !important;
}

.icon-count-item.active {
    position: relative;
}

.icon-count-item.active::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    /* transition: all 4s; */
    background: rgba(255, 255, 255, 1);
    transform-origin: left;
    animation: LeftToRight 4.7s infinite;
}

@keyframes LeftToRight {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}

.home-banner .btn {
    position: absolute;
    width: 61px;
    height: 96px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 11;
}

.right-btn {
    right: 0;
}

.left-btn {
    left: 0;
}

.banner-ul-wrapper {
    width: 100%;
    height: 620px;
}

.banner-item {
    width: 100%;
    min-width: 1174px;
    height: 100%;
    position: absolute;
    display: none;
}

.banner-item:nth-child(1){
 background: linear-gradient(90deg, #0049b1 0%, #00a0e8 100%);
    z-index: 1;
}

.banner-item:nth-child(1) div>img {
     width: 700px;
  margin-top: 60px;
}

.banner-item:nth-child(2) {
    background: linear-gradient(90deg, #1a064f 0%, #360b5b 100%);
}

.banner-item:nth-child(2) div>img {
    width: 500px;
}

.banner-item:nth-child(3) {
    background: linear-gradient(90deg, #7061d6 0%, #2c2b76 100%);
}

.banner-item:nth-child(3) div>img {
    width: 500px;
}

.banner-item:nth-child(4) {
    background: linear-gradient(90deg, #0e5da3 0%, #12b0d6 100%);
}

.banner-item:nth-child(4) div>img {
    width: 833px;
}

.banner-item:nth-child(5) {
    background: linear-gradient(90deg, #335FA0 0%, #2C3585 100%);
}

.banner-item:nth-child(5) div>img {
    width: 600px;
}


.banner-item-center {
    box-sizing: border-box;
    /* padding:264px 0 0 190px; */
    width: 1440px;
    height: 100%;
    padding-top: 220px;
    /*padding-left:130px;*/
    margin: 0 auto;
    position: relative;
}

.banner-item-center>h2 {
    width: 600px;
    font-size: 50px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: 1px;
    color: #ffffff;
    animation-duration: .6s;
}

.banner-item-center>p {
    background: #fff;
    border-radius: 24px 24px 24px 0px;
    width: 160px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    font-weight: 500;
    color: #2D2C7A;
    text-align: center;
    cursor: pointer;
    animation-duration: .6s;
    animation-delay: .6s;
}

.banner-item-center>span {
    display: inline-block;
    width: 440px;
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    font-weight: normal;
    animation-duration: .8s;
    margin: 24px 0;
}

.banner-item-center>ul>li {
    float: left;
    height: 24px;
    line-height: 24px;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 16px;
    margin-right: 8px;
    padding: 4px 8px;
    color: #fff;
}

.banner-item-center>img {
    position: absolute;
    /*bottom: 0;
          left: 680px;*/
    top: 150px;
    right: 0px;
}

.home-banner>img {
    display: block;
    width: 100%;
    height: auto;
}

/* 核心服务 */
.home-server {
    width: 100%;
    padding: 89px 0 0px 0;
}

.home-server-wrapper {
    width: 1174px;
    margin: 0 auto;
}

.home-server-wrapper .tt {
    font-size: 36px;
    letter-spacing: 2px;
    color: #333333;
    margin-bottom: 20px;
    opacity: 0;
    animation-duration: .6s;
    text-align: center;
    position: relative;
}

.home-s-desc {
    width: 828px;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #666666;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 60px;
    opacity: 0;
    animation-duration: .6s;
}

.h-s-item {
    float: left;
    opacity: 0;
    animation-duration: .6s;
}

.h-s-item .b-box {
    width: 309px;
    height: 365px;
    box-sizing: border-box;
    padding-top: 42px;
    border-radius: 3px;
    transform: translateY(0);
    transition: all .4s;
}

.b-box:hover {
    transform: translateY(-10px);
    box-shadow: 0px 9px 30px 0px rgba(2, 2, 2, 0.12);
    cursor: pointer;
}

.b-box>img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 112px;
}

.b-box .desc-title {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #333333;
    margin: 47px 0 21px 0;
    text-align: center;
}

.desc-msg {
    font-size: 15px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #666666;
    text-align: center;
}

.h-s-wrapper .middle {
    margin: 0 120px;
}

.h-s-wrapper .mt {
    margin-bottom: 40px;
}

/* 解决的问题 */
.home-deal-question {
    width: 100%;
    padding-top: 55px;
}

.h-d-q-title {
    text-align: center;
    height: 50px;
    font-size: 36px;
    letter-spacing: 2px;
    color: #333333;
    margin-bottom: 100px;
    opacity: 0;
    animation-duration: .6s;
}

.h-q-wrapper {
    width: 100%;
}

.h-q-item {
    width: 1174px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 40px;
}

.h-q-left {
    width: 360px;
    float: left;
    padding-top: 16px;
}

.h-q-left>img {
    display: block;
    width: 62px;
    height: 49px;
    margin-bottom: 16px;
}

/* .q-t{
  font-size: 20px;
	line-height: 36px;
	letter-spacing: 2px;
  color: #333333;
  margin-bottom: 24px;
  opacity: 0;
  animation-duration: .6s;
  animation-delay: .4s;
} */
.q-m {
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #333333;
    opacity: 0;
    animation-duration: .6s;
    animation-delay: .6s;
}

.h-q-left>ul {
    margin-top: 32px;
}

.q-m-item {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-left: 38px;
    margin-bottom: 15px;
    opacity: 0;
}

.q-m-1 {
    animation-duration: .6s;
    animation-delay: .7s;
}

.q-m-2 {
    animation-duration: .6s;
    animation-delay: .8s;
}

.q-m-item:last-of-type {
    margin-bottom: 0 !important;
}

.q-m-item>img {
    position: absolute;
    left: 0;
    top: 9px;
    width: 21px;
    height: 21px;
}

.q-m-item>p {
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #333333;
}

.h-q-right {
    position: relative;
    float: right;
    width: 631px;
    height: 450px;
}

.greenBg {
    background-image: linear-gradient(#eef9ef, #eef9ef), linear-gradient(#ffffff, #ffffff);
    border-radius: 10px;
    position: absolute;
}

.pic {
    position: absolute;
}

.h-q-content {
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0px 8px 43px 5px rgba(33, 24, 21, 0.07);
    border-radius: 10px;
    box-sizing: border-box;
}

.h-q-icon {
    opacity: 0;
    animation-duration: .6s;
    animation-delay: .2s;
}

.greenBg1 {
    width: 546px;
    height: 306px;
    bottom: 0;
    left: 30px;
    z-index: 1;
    opacity: 0;
    animation-duration: .6s;
}

.pic1 {
    left: 0;
    top: 34px;
    width: 292px;
    height: 305px;
    z-index: 3;
    opacity: 0;
    animation-duration: .6s;
}

.h-q-content1 {
    left: 175px;
    top: 0;
    width: 429px;
    height: 392px;
    padding: 106px 42px 0px 156px;
    z-index: 2;
    opacity: 0;
    animation-duration: .6s;
}

.h-q-content>div {
    font-size: 22px;
    letter-spacing: 2px;
    color: #333333;
    margin-bottom: 16px;
}

.h-q-content>p {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 36px;
    color: #333333;
}

.greenBg3 {
    width: 557px;
    height: 375px;
    top: 0;
    left: 0px;
    z-index: 1;
    opacity: 0;
    animation-duration: .6s;
}

.pic3 {
    left: 29px;
    top: 56px;
    width: 292px;
    height: 305px;
    z-index: 3;
    border-radius: 10px;
    opacity: 0;
    animation-duration: .6s;
}

.h-q-content3 {
    left: 36px;
    top: 103px;
    width: 591px;
    height: 336px;
    padding: 120px 30px 0px 320px;
    z-index: 2;
    opacity: 0;
    animation-duration: .6s;
}

.greenBg2 {
    width: 537px;
    height: 310px;
    left: 29px;
    top: 55px;
    opacity: 0;
    animation-duration: .6s;
}

.h-q-content2 {
    left: 0px;
    top: 107px;
    width: 548px;
    height: 302px;
    padding: 101px 260px 0px 35px;
    z-index: 2;
    opacity: 0;
    animation-duration: .6s;
}

.pic2 {
    left: 282px;
    top: 0px;
    width: 292px;
    height: 305px;
    z-index: 3;
    border-radius: 10px;
    opacity: 0;
    animation-duration: .6s;
}

/* .h-q-content2 >div{
  font-size: 22px;
	letter-spacing: 2px;
  color: #333333;
  margin-bottom: 23px;
}
.h-q-content2 >p{
  font-size: 18px;
	letter-spacing: 1px;
	color: #333333;
} */
.middle-deal-question {
    margin: 0px 0 60px 0;
    height: 588px;
    box-sizing: border-box;
    padding-top: 155px;
    background: url('../../img/home/bg1.png') no-repeat;
    background-size: contain;
}

/* 解决方案 */
.home-resolve {
    width: 1174px;
    margin: 0px auto;
    padding-top: 139px;
}

.h-r-title {
    height: 50px;
    text-align: center;
    font-size: 36px;
    letter-spacing: 2px;
    color: #333333;
    opacity: 0;
    animation-duration: .6s;
    margin-bottom: 89px;
}

.h-r-wrapper {
    position: relative;
    width: 100%;
    height: 548px;
}

.h-r-item-1 {
    left: 0;
    animation-duration: .6s;
    animation-delay: .4s;
}

.h-r-item-2 {
    left: 50%;
    margin-left: -172px;
    animation-duration: .6s;
    animation-delay: .2s;
}

.h-r-item-3 {
    right: 0;
    animation-duration: .6s;
    animation-delay: .4s;
}

.h-r-item {
    position: absolute;
    opacity: 0;
}

.h-r-item-b {
    background-color: #ffffff;
    box-shadow: 0px 8px 43px 5px rgba(33, 24, 21, 0.07);
    border-radius: 10px;
    width: 345px;
    height: 548px;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    transition: all .3s;
    position: relative;
}

.h-r-item:hover .h-r-item-b {
    transform: translate3d(0, -20px, 0);
}

.h-r-item:hover .h-r-img-box>img {
    transform: scale(1.2);
}

.h-r-img-box {
    width: 100%;
    height: 232px;
    overflow: hidden;
}

.h-r-img-box>img {
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all .3s;
}

.h-r-i-title {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #8c8b8b;
    margin: 20px 0;
}

.h-r-w {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
}

.h-r-item li {
    font-size: 13px;
    letter-spacing: 1px;
    color: #333333;
    margin-bottom: 18px;
    line-height: 24px;
    position: relative;
    box-sizing: border-box;
    padding-left: 27px;
}

.h-r-item li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 8px;
    width: 8px;
    background: #838383;
    border-radius: 50%;
}

.h-r-item h3 {
    font-size: 18px;
    position: absolute;
    bottom: 31px;
}

.h-r-item li:last-of-type {
    margin-bottom: 0 !important;
}



/*全场景产品矩阵*/
.index-product {
    width: 1440px;
    margin: 0px auto;
    padding-top: 100px;
  }

.index-product>.title {
    width: 590px;
    line-height: 42px;
    color: #262626;
    overflow: hidden;
    text-align: center;
    margin: 0 auto 16px;
    font-size: 36px;
    font-weight: 600;
}

.index-product>.intro {
    width: 590px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #595959;
    margin: 0 auto 64px;
}

.index-product>.main-info {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.index-product>.main-info>.list {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.index-product .list .item {
    -webkit-flex: 0 0 308px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 308px;
    flex: 0 0 308px;
    height: 201px;
    margin-right: 16px;
    padding: 34px 16px 25px 24px;
    background: #ffffff;
    border-radius: 4px;
    position: relative;
    cursor: default;
}

.index-product.index-product-list .list .item {
    -webkit-flex: 0 0 193.5px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 193.5px;
    flex: 0 0 193.5px;
}

.index-product .list .item:first-child {
    margin-bottom: 32px;
}

.index-product .list .item:nth-child(4n) {
    margin-right: 0;
}

.index-product.index-product-list .list .item:nth-child(4n) {
    margin-right: 16px;
}

.index-product .item .header {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    padding-bottom: 24px;
    border-bottom: 1px solid #f0f1f1;
}

.index-product .item .header .img {
    width: 52px;
    height: 52px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.index-product .item .header .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.index-product .item .header .name {
    font-weight: 400;
    font-size: 22px;
    line-height: 52px;
    color: #17181b;
    overflow: hidden;
    display: inline-block;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 8px;
}

.index-product .item .info {
    overflow: hidden;
}

.index-product .info .subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #262626;
    margin-top: 20px;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.index-product .info .intro {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #696969;
    overflow: hidden;
    margin-top: 12px;
    -webkit-line-clamp: 3;
}



/* 激活状态 */
.index-product>.main-info>.more-product {
    width: 122px;
    overflow: hidden;
    background: #ffffff url("../../images/index/img_product_bg.png") bottom right no-repeat;
    -o-background-size: 82px 106px;
    background-size: 82px 106px;
    padding: 32px 24px 0;
}

.index-product.index-product-list>.main-info>.more-product {
    width: 160px;
    padding: 32px 21px 0;
}

.index-product .more-product .name {
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #262626;
    overflow: hidden;
    margin-bottom: 32px;
}

.index-product .more-product ul {
    position: relative;
}

.index-product .more-product ul li {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 32px;
}

.index-product .more-product ul li .img {
    width: 24px;
    display: block;
}

.index-product .more-product ul li a.intro {
    /*width: 80px;*/
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #4385ff;
    padding-left: 8px;
}

/*  动效   */
.index-product>.main-info .item {
    box-shadow: none;
}

.index-product>.main-info .item {
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.index-product>.main-info .item:hover {
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    box-shadow: 0 3px 6px -4px rgba(0, 61, 87, 0.12), 0 6px 16px rgba(5, 53, 130, 0.08), 0 9px 28px 8px rgba(0, 45, 112, 0.05);
}
.index-product>.main-info .item .header,
.index-product>.main-info .item .intro {
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.index-product>.main-info .item:hover .header,
.index-product>.main-info .item:hover .intro {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.index-product>.main-info .item .subtitle {
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.index-product>.main-info .item:hover .subtitle {
    color: #262626;
    font-weight: 500;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.index-product>.main-info .item .intro {
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}




.index-product .more-product ul li {
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.index-product .more-product ul li:hover {
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
}

.icon-phone {
    cursor: default;
    color: #fff !important;
    display: flex !important;
    align-items: center;
}

.icon-phone img {
    width: 25px;
    margin-right: 5px;
}


.aboutusdiv {
    background: #fff;
    margin: 100px 0px 0px 0px;
}

.aboutus {
    max-width: 1440px;
    padding: 0px 0px 150px 0px;
    margin: 0 auto;
    display: flex;
}

.aboutusleft {
    width: 50%;
    margin-right: 5%;
    position: relative;
}

.aboutusright {
    width: 45%;
}

.aboutusright img {
    max-width: 100%;
}


.lvsk {
    width: 100px;
    height: 5px;
    background: #3eb251;
    margin-top: 20px;
}

.gsengelish {
    font-size: 30px;
    color: #595959;
}

.gstitle {
    width: 590px;
    font-size: 36px;
    font-weight: 600;
    color: #333;
    line-height: 42px;
    overflow: hidden;
    margin: 10px 0px;
}

.gsIntroduce {
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    letter-spacing: 1px;
    margin-top: 8px;
    margin-bottom: 11px;
}

.gsIntroduce div {
    margin-top: 20px;
}

.gsicons {
    position: absolute;
    bottom: 0px;
    display: flex;
}

.gsicons .gsicon {
    width: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 20px;
    padding: 10px 20px;
    box-shadow: 0 0 10px 0 rgba(118, 127, 161, 0.16);
    cursor: pointer;
    border-radius: 4px;
}

.gsicons .gsicon img {
    width: 35px;
    margin: 0 auto;
}

.gsicons .gsicon span {
    color: #333333;
    margin-top: 5px;
    text-align: center;
    width: 100%;
}
.cooperation-box {
    width: 100%;
    height: 344px;
    background: #F7F9FC;
    position: relative;
    overflow: hidden;
}

.containerText {
    width: 180px;
    height: 120px;
    background: rgba(247, 249, 252, 1);
    filter: blur(24px);
    line-height: 120px;
    position: absolute;
    top: calc(50% - 60px);
    left: calc(50% - 90px);
    z-index: 10;
}

.containerText-a {
    color: #23272E;
    font-weight: 600;
    font-size: 38px;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 80px);
    z-index: 10;
}

.cooperation-slide {
    display: flex;
    justify-content: space-between;
}

.gsicons .gsicon:hover {
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    box-shadow: 0 3px 6px -4px rgba(0, 61, 87, 0.12), 0 6px 16px rgba(5, 53, 130, 0.08), 0 9px 28px 8px rgba(0, 45, 112, 0.05);
}


.strength {
    height: 720px;

    width: 100%;

    background: #f0f5fa;
}
.strength-content{ width: 1440px;
    overflow: hidden;
    padding-bottom: 20px;
    margin: 0 auto;
}


.strength .know-more {
    text-decoration: none;
   
    display: flex;
    align-items: center;
    width: 110px;
    margin: 0px auto;
    margin-top: 70px;
}

 .strength .know-more img {
    width: 14px;
    height: 10px;
    margin-top: 5px;
}

.strength .know-more>div {
    font-size: 16px;
    font-weight: 400;
    color: #888;
    line-height: 22px;
    letter-spacing: 1px;
    margin-right: 11px;
}


.strength .strength-img .img-box {
    display: flex;
}

.strength .strength-img .img-box>div {
    float: left;
    width: 226px;
    height: 230px;
    background: #f8fcff;
    padding: 24px 24px 23px;
    margin: 7px;
    text-align: center;
}

.strength .strength-img .img-box>div>img {
    vertical-align: middle;
    width: 100%;
}

.strength .strength-img .img-box>div>div {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #888;
    line-height: 20px;
    padding: 0 26px;
}

.strength .strength-img .img-box>div:hover {
    box-shadow: 0 0 24px 0 #cbddeb;
    transform: scale(1.06);
    transition: .5s
}

.strength .strength-img .img-box>div:hover>div {
    color: #333
}

.strength .strength .know-more:hover>div {
    color: #333
}

.strength .strength .know-more:hover>img {
    -webkit-animation: myFadeInLeft-data-v-df96d964 .2s ease;
    animation: myFadeInLeft-data-v-df96d964 .2s ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}


.cont-news{
    width: 100%;
    background: #fff;
}
.cont-newcontent{
    width: 1440px;
    margin: 0 auto;
    padding-bottom: 70px;
}
.news-item {
    width: calc(50% - 30px);
    float: left;
    padding: 15px;
  }

  .news-left {
    width: 170px;
    float: left;
    margin-right: 20px;
    overflow: hidden;
    height: 120px;
  }
  .news-left img {
    width: 170px;
    border-radius: 5px;
  }

  .news-right {
    width: calc(100% - 190px);
    float: left;
    height: 120px;
    overflow: hidden;
  }
  .news-right .newstitles{
    color: #1c1c1c;
    -webkit-line-clamp: 1;
    font-size: 18px;
  }
  .news-right .newscontent{color: #666;
    font-size: 14px;
    line-height: 26px;
    margin-top: 14px;
    -webkit-line-clamp: 2;
    white-space: normal;
}
.news-right .newstitles, .news-right .newscontent{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    word-break: break-word;
    word-wrap: break-word;
}
.news-right .newstime{font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #696969;
    overflow: hidden;
    margin-top: 12px;
    -webkit-line-clamp: 3;}

.news-item:hover {
  box-shadow: 0 0 24px 0 #cbddeb;
  transition: .5s;
  cursor: pointer;
}
.cont-news .know-more {
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 110px;
    margin: 0px auto;
    padding: 70px 0px;
  }
  .cont-news .know-more > div {
    font-size: 16px;
    font-weight: 400;
    color: #888;
    line-height: 22px;
    letter-spacing: 1px;
    margin-right: 11px;
  }
  .cont-news  .know-more img {
    width: 14px;
    height: 10px;
    margin-top: 5px;
  }